refactor: 移动端适配、Android播放优化与本地功能完善#25
Open
Shomi-FJS wants to merge 1 commit into
Open
Conversation
1. 移动端竖屏响应式布局适配:优化SongList、本地页列表/歌手/专辑/文件夹页面的移动端显示 2. 修复Android端播放异常:优化媒体会话封面路径处理、播放错误恢复机制、本地文件路径转义 3. 完善本地音乐功能:新增本地歌曲封面提取、文件夹路径解析修复、播放缓存清理接口 4. 修复播放器状态同步问题:修正Android原生播放器时间单位、避免重复触发ENDED事件 5. 优化图片组件:适配Android原生file/content协议图片加载
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 变更类型
📝 变更说明
本 PR 聚焦 Android 端播放稳定性、本地音乐能力和移动端界面适配,主要完成以下改动:
SongList以及本地音乐的列表、歌手、专辑、文件夹页面在手机竖屏下的显示效果,同时兼顾平板横屏布局。ENDED事件导致的状态错乱。file:///content://协议图片加载,避免 WebView 直接加载本地资源失败。🔗 关联 Issue
Closes #
📱 影响范围
✅ 自检清单
devpnpm lint且无 warningpnpm typecheck且无报错🧪 测试方式
pnpm lint、pnpm typecheck,并完成 Android 真机构建安装验证。💬 其他说明
file://资源,本 PR 对本地封面路径做了兼容处理。